IHipFont

Undocumented in source.

Members

Functions

calculateTextBounds
void calculateTextBounds(dstring text, uint[] linesWidths, int biggestWidth, int height, int maxWidth)
characters
HipFontChar[dchar] characters()
Undocumented in source.
getKerning
int getKerning(const(HipFontChar)* current, const(HipFontChar)* next)
Undocumented in source.
getKerning
int getKerning(dchar current, dchar next)
Undocumented in source.
lineBreakHeight
uint lineBreakHeight()
Undocumented in source.
lineBreakHeight
uint lineBreakHeight(uint newHeight)
Undocumented in source.
spaceWidth
uint spaceWidth()
Undocumented in source.
spaceWidth
uint spaceWidth(uint newWidth)
Undocumented in source.
texture
IHipTexture texture()
Undocumented in source.
wordWrapRange
HipWordWrapRange wordWrapRange(dstring text, int maxWidth)
Undocumented in source.

Meta